runtime.persistentAlloc.off (field)
7 uses
runtime (current package)
malloc.go#L2299: off uintptr
malloc.go#L2372: persistent.off = alignUp(persistent.off, align)
malloc.go#L2373: if persistent.off+size > persistentChunkSize || persistent.base == nil {
malloc.go#L2390: persistent.off = alignUp(goarch.PtrSize, align)
malloc.go#L2392: p := persistent.base.add(persistent.off)
malloc.go#L2393: persistent.off += size
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)